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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1874",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1872",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1873,
    "results": [
        {
            "start": 968776697,
            "stop": 968778659
        },
        {
            "start": 968778660,
            "stop": 968789085
        },
        {
            "start": 968790279,
            "stop": 968801463
        },
        {
            "start": 968801492,
            "stop": 968803943
        },
        {
            "start": 968805946,
            "stop": 968806693
        },
        {
            "start": 968806694,
            "stop": 968813121
        },
        {
            "start": 968813123,
            "stop": 968814348
        },
        {
            "start": 968815379,
            "stop": 968818507
        },
        {
            "start": 968819847,
            "stop": 968823621
        },
        {
            "start": 968823623,
            "stop": 968824401
        },
        {
            "start": 968824403,
            "stop": 968827333
        },
        {
            "start": 968828563,
            "stop": 968832419
        },
        {
            "start": 968832420,
            "stop": 968835291
        },
        {
            "start": 968836665,
            "stop": 968838175
        },
        {
            "start": 968838177,
            "stop": 968839093
        },
        {
            "start": 968839094,
            "stop": 968839667
        },
        {
            "start": 968840429,
            "stop": 968845375
        },
        {
            "start": 968845376,
            "stop": 968848087
        },
        {
            "start": 968849702,
            "stop": 968849707
        },
        {
            "start": 968850463,
            "stop": 968851511
        }
    ]
}