Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=27",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 28,
    "results": [
        {
            "start": 817532237,
            "stop": 817532477
        },
        {
            "start": 817532789,
            "stop": 817535549
        },
        {
            "start": 817535727,
            "stop": 817536147
        },
        {
            "start": 817536472,
            "stop": 817536592
        },
        {
            "start": 817537814,
            "stop": 817537934
        },
        {
            "start": 817538106,
            "stop": 817538526
        },
        {
            "start": 817538668,
            "stop": 817541968
        },
        {
            "start": 817543107,
            "stop": 817543347
        },
        {
            "start": 817543501,
            "stop": 817543681
        },
        {
            "start": 817543823,
            "stop": 817543943
        },
        {
            "start": 817544233,
            "stop": 817546633
        },
        {
            "start": 817546939,
            "stop": 817547599
        },
        {
            "start": 817547760,
            "stop": 817548180
        },
        {
            "start": 817548321,
            "stop": 817549461
        },
        {
            "start": 817550002,
            "stop": 817550302
        },
        {
            "start": 817550450,
            "stop": 817551050
        },
        {
            "start": 817551196,
            "stop": 817551556
        },
        {
            "start": 817551707,
            "stop": 817552487
        },
        {
            "start": 817553469,
            "stop": 817553949
        },
        {
            "start": 817554163,
            "stop": 817554403
        }
    ]
}