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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9938",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9939,
    "results": [
        {
            "start": 874889011,
            "stop": 874889120
        },
        {
            "start": 874889123,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907358
        },
        {
            "start": 874907359,
            "stop": 874907360
        },
        {
            "start": 874907361,
            "stop": 874907363
        },
        {
            "start": 874907367,
            "stop": 874910261
        },
        {
            "start": 874910264,
            "stop": 874910350
        },
        {
            "start": 874910353,
            "stop": 874910596
        },
        {
            "start": 874910599,
            "stop": 874910614
        },
        {
            "start": 874910620,
            "stop": 874910641
        },
        {
            "start": 874910644,
            "stop": 874910646
        },
        {
            "start": 874910649,
            "stop": 874910663
        },
        {
            "start": 874910666,
            "stop": 874910671
        },
        {
            "start": 874910674,
            "stop": 874910680
        },
        {
            "start": 874910683,
            "stop": 874910705
        },
        {
            "start": 874910708,
            "stop": 874910714
        },
        {
            "start": 874910717,
            "stop": 874910875
        },
        {
            "start": 874910878,
            "stop": 874910918
        },
        {
            "start": 874910921,
            "stop": 874910931
        }
    ]
}