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_CAT2E/segments?format=api&page=27
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=26",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 27,
    "results": [
        {
            "start": 816780369,
            "stop": 816780370
        },
        {
            "start": 816780373,
            "stop": 816780383
        },
        {
            "start": 816780386,
            "stop": 816780399
        },
        {
            "start": 816780402,
            "stop": 816780408
        },
        {
            "start": 816780412,
            "stop": 816780425
        },
        {
            "start": 816780428,
            "stop": 816780449
        },
        {
            "start": 816780452,
            "stop": 816780483
        },
        {
            "start": 816780485,
            "stop": 816780659
        },
        {
            "start": 816780663,
            "stop": 816780946
        },
        {
            "start": 816780949,
            "stop": 816780975
        },
        {
            "start": 816780978,
            "stop": 816781264
        },
        {
            "start": 816781267,
            "stop": 816781312
        },
        {
            "start": 816781316,
            "stop": 816781662
        },
        {
            "start": 816781665,
            "stop": 816782102
        },
        {
            "start": 816782105,
            "stop": 816782324
        },
        {
            "start": 816782327,
            "stop": 816782353
        },
        {
            "start": 816782356,
            "stop": 816782436
        },
        {
            "start": 816782439,
            "stop": 816782462
        },
        {
            "start": 816782465,
            "stop": 816782616
        },
        {
            "start": 816782621,
            "stop": 816783552
        }
    ]
}