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=9961
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=9962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9960",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9961,
    "results": [
        {
            "start": 875050251,
            "stop": 875050274
        },
        {
            "start": 875050277,
            "stop": 875050472
        },
        {
            "start": 875050475,
            "stop": 875050663
        },
        {
            "start": 875050666,
            "stop": 875050699
        },
        {
            "start": 875050702,
            "stop": 875051079
        },
        {
            "start": 875051082,
            "stop": 875051087
        },
        {
            "start": 875051090,
            "stop": 875052682
        },
        {
            "start": 875052856,
            "stop": 875053195
        },
        {
            "start": 875053198,
            "stop": 875053738
        },
        {
            "start": 875053741,
            "stop": 875053772
        },
        {
            "start": 875053776,
            "stop": 875053805
        },
        {
            "start": 875053808,
            "stop": 875053814
        },
        {
            "start": 875053817,
            "stop": 875053833
        },
        {
            "start": 875053836,
            "stop": 875053848
        },
        {
            "start": 875053851,
            "stop": 875054411
        },
        {
            "start": 875054414,
            "stop": 875054436
        },
        {
            "start": 875054439,
            "stop": 875054515
        },
        {
            "start": 875054518,
            "stop": 875054770
        },
        {
            "start": 875054775,
            "stop": 875054915
        },
        {
            "start": 875054918,
            "stop": 875054929
        }
    ]
}