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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33340",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33341,
    "results": [
        {
            "start": 971398733,
            "stop": 971399354
        },
        {
            "start": 971399357,
            "stop": 971399672
        },
        {
            "start": 971399673,
            "stop": 971400522
        },
        {
            "start": 971400525,
            "stop": 971401519
        },
        {
            "start": 971401520,
            "stop": 971402099
        },
        {
            "start": 971402102,
            "stop": 971402209
        },
        {
            "start": 971402212,
            "stop": 971403196
        },
        {
            "start": 971403436,
            "stop": 971403623
        },
        {
            "start": 971403624,
            "stop": 971404759
        },
        {
            "start": 971404762,
            "stop": 971405568
        },
        {
            "start": 971405570,
            "stop": 971405891
        },
        {
            "start": 971405894,
            "stop": 971407369
        },
        {
            "start": 971407373,
            "stop": 971407386
        },
        {
            "start": 971407389,
            "stop": 971407695
        },
        {
            "start": 971407698,
            "stop": 971407761
        },
        {
            "start": 971407762,
            "stop": 971408433
        },
        {
            "start": 971408436,
            "stop": 971408770
        },
        {
            "start": 971408773,
            "stop": 971408936
        },
        {
            "start": 971408939,
            "stop": 971409235
        },
        {
            "start": 971409238,
            "stop": 971409603
        }
    ]
}