Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=441
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=440",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 441,
    "results": [
        {
            "start": 858086567,
            "stop": 858104923
        },
        {
            "start": 858106313,
            "stop": 858113745
        },
        {
            "start": 858131522,
            "stop": 858134594
        },
        {
            "start": 858134596,
            "stop": 858150639
        },
        {
            "start": 858151901,
            "stop": 858172769
        },
        {
            "start": 858173537,
            "stop": 858173556
        },
        {
            "start": 858173803,
            "stop": 858207230
        },
        {
            "start": 858210223,
            "stop": 858219697
        },
        {
            "start": 858225464,
            "stop": 858232285
        },
        {
            "start": 858232529,
            "stop": 858239336
        },
        {
            "start": 858240804,
            "stop": 858255718
        },
        {
            "start": 858256913,
            "stop": 858276347
        },
        {
            "start": 858276520,
            "stop": 858321102
        },
        {
            "start": 858322732,
            "stop": 858339982
        },
        {
            "start": 858341840,
            "stop": 858341914
        },
        {
            "start": 858341916,
            "stop": 858341950
        },
        {
            "start": 858341952,
            "stop": 858341993
        },
        {
            "start": 858343031,
            "stop": 858354103
        },
        {
            "start": 858355347,
            "stop": 858361014
        },
        {
            "start": 858361016,
            "stop": 858364890
        }
    ]
}