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=9919
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=9920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9918",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9919,
    "results": [
        {
            "start": 874684028,
            "stop": 874684077
        },
        {
            "start": 874684080,
            "stop": 874684145
        },
        {
            "start": 874684148,
            "stop": 874684179
        },
        {
            "start": 874684182,
            "stop": 874684183
        },
        {
            "start": 874684184,
            "stop": 874684189
        },
        {
            "start": 874684190,
            "stop": 874684223
        },
        {
            "start": 874684226,
            "stop": 874684237
        },
        {
            "start": 874684240,
            "stop": 874684254
        },
        {
            "start": 874684257,
            "stop": 874684261
        },
        {
            "start": 874684265,
            "stop": 874684267
        },
        {
            "start": 874684272,
            "stop": 874684355
        },
        {
            "start": 874684356,
            "stop": 874684477
        },
        {
            "start": 874684478,
            "stop": 874684504
        },
        {
            "start": 874684505,
            "stop": 874684572
        },
        {
            "start": 874684574,
            "stop": 874684817
        },
        {
            "start": 874684820,
            "stop": 874684826
        },
        {
            "start": 874684830,
            "stop": 874684840
        },
        {
            "start": 874684841,
            "stop": 874684857
        },
        {
            "start": 874684858,
            "stop": 874685322
        },
        {
            "start": 874685323,
            "stop": 874685437
        }
    ]
}