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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=86",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 87,
    "results": [
        {
            "start": 826490594,
            "stop": 826491529
        },
        {
            "start": 826491536,
            "stop": 826496996
        },
        {
            "start": 826498709,
            "stop": 826507271
        },
        {
            "start": 826508174,
            "stop": 826542371
        },
        {
            "start": 826543395,
            "stop": 826553579
        },
        {
            "start": 826563262,
            "stop": 826564561
        },
        {
            "start": 826565582,
            "stop": 826566726
        },
        {
            "start": 826566727,
            "stop": 826567682
        },
        {
            "start": 826567683,
            "stop": 826568635
        },
        {
            "start": 826568638,
            "stop": 826568992
        },
        {
            "start": 826568993,
            "stop": 826569088
        },
        {
            "start": 826569091,
            "stop": 826569493
        },
        {
            "start": 826573008,
            "stop": 826573735
        },
        {
            "start": 826574287,
            "stop": 826579202
        },
        {
            "start": 826579203,
            "stop": 826580389
        },
        {
            "start": 826581086,
            "stop": 826582933
        },
        {
            "start": 826583649,
            "stop": 826585475
        },
        {
            "start": 826585476,
            "stop": 826586304
        },
        {
            "start": 826586307,
            "stop": 826586679
        },
        {
            "start": 826586680,
            "stop": 826586750
        }
    ]
}