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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=63",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 64,
    "results": [
        {
            "start": 817757414,
            "stop": 817757415
        },
        {
            "start": 817757418,
            "stop": 817757419
        },
        {
            "start": 817757427,
            "stop": 817758786
        },
        {
            "start": 817758789,
            "stop": 817758823
        },
        {
            "start": 817758826,
            "stop": 817758839
        },
        {
            "start": 817758842,
            "stop": 817758934
        },
        {
            "start": 817758937,
            "stop": 817758940
        },
        {
            "start": 817758943,
            "stop": 817760815
        },
        {
            "start": 817760818,
            "stop": 817760831
        },
        {
            "start": 817760834,
            "stop": 817760928
        },
        {
            "start": 817760931,
            "stop": 817761153
        },
        {
            "start": 817761156,
            "stop": 817765845
        },
        {
            "start": 817765848,
            "stop": 817766979
        },
        {
            "start": 817766982,
            "stop": 817766988
        },
        {
            "start": 817766992,
            "stop": 817768546
        },
        {
            "start": 817768549,
            "stop": 817768589
        },
        {
            "start": 817768592,
            "stop": 817769293
        },
        {
            "start": 817771268,
            "stop": 817771337
        },
        {
            "start": 817771340,
            "stop": 817771524
        },
        {
            "start": 817771527,
            "stop": 817771751
        }
    ]
}