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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=83",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 84,
    "results": [
        {
            "start": 823489198,
            "stop": 823497015
        },
        {
            "start": 823497016,
            "stop": 823507755
        },
        {
            "start": 823507756,
            "stop": 823507799
        },
        {
            "start": 823507802,
            "stop": 823507812
        },
        {
            "start": 823507814,
            "stop": 823507815
        },
        {
            "start": 823507816,
            "stop": 823507863
        },
        {
            "start": 823507864,
            "stop": 823507898
        },
        {
            "start": 823507900,
            "stop": 823507904
        },
        {
            "start": 823507907,
            "stop": 823507945
        },
        {
            "start": 823507950,
            "stop": 823507955
        },
        {
            "start": 823508827,
            "stop": 823524361
        },
        {
            "start": 823524364,
            "stop": 823526631
        },
        {
            "start": 823527489,
            "stop": 823528242
        },
        {
            "start": 823528245,
            "stop": 823528835
        },
        {
            "start": 823529853,
            "stop": 823531024
        },
        {
            "start": 823531402,
            "stop": 823532378
        },
        {
            "start": 823534090,
            "stop": 823534405
        },
        {
            "start": 823544855,
            "stop": 823545316
        },
        {
            "start": 823546758,
            "stop": 823547918
        },
        {
            "start": 823548976,
            "stop": 823549777
        }
    ]
}