Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=610
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=611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=609",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 610,
    "results": [
        {
            "start": 849948123,
            "stop": 849948183
        },
        {
            "start": 849948614,
            "stop": 849948854
        },
        {
            "start": 849949699,
            "stop": 849949879
        },
        {
            "start": 849950201,
            "stop": 849950381
        },
        {
            "start": 849954053,
            "stop": 849954293
        },
        {
            "start": 849954447,
            "stop": 849955587
        },
        {
            "start": 849955786,
            "stop": 849956806
        },
        {
            "start": 849956956,
            "stop": 849958546
        },
        {
            "start": 849961231,
            "stop": 849964141
        },
        {
            "start": 849964290,
            "stop": 849965130
        },
        {
            "start": 849965283,
            "stop": 849966543
        },
        {
            "start": 850003462,
            "stop": 850003612
        },
        {
            "start": 850003785,
            "stop": 850004025
        },
        {
            "start": 850004254,
            "stop": 850004494
        },
        {
            "start": 850004840,
            "stop": 850005200
        },
        {
            "start": 850005580,
            "stop": 850010710
        },
        {
            "start": 850010800,
            "stop": 850011070
        },
        {
            "start": 850011100,
            "stop": 850012240
        },
        {
            "start": 850014446,
            "stop": 850015406
        },
        {
            "start": 850015550,
            "stop": 850020410
        }
    ]
}