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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1057",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1058,
    "results": [
        {
            "start": 875003004,
            "stop": 875004504
        },
        {
            "start": 875006669,
            "stop": 875006789
        },
        {
            "start": 875007564,
            "stop": 875007684
        },
        {
            "start": 875007871,
            "stop": 875007931
        },
        {
            "start": 875008369,
            "stop": 875008429
        },
        {
            "start": 875009341,
            "stop": 875009401
        },
        {
            "start": 875010176,
            "stop": 875010476
        },
        {
            "start": 875012912,
            "stop": 875013032
        },
        {
            "start": 875013246,
            "stop": 875015046
        },
        {
            "start": 875021717,
            "stop": 875022557
        },
        {
            "start": 875036317,
            "stop": 875036377
        },
        {
            "start": 875036520,
            "stop": 875039790
        },
        {
            "start": 875039940,
            "stop": 875041620
        },
        {
            "start": 875044069,
            "stop": 875044429
        },
        {
            "start": 875044607,
            "stop": 875046167
        },
        {
            "start": 875046588,
            "stop": 875046768
        },
        {
            "start": 875049105,
            "stop": 875049285
        },
        {
            "start": 875049643,
            "stop": 875050183
        },
        {
            "start": 875050344,
            "stop": 875050404
        },
        {
            "start": 875050539,
            "stop": 875050599
        }
    ]
}