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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=250",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 251,
    "results": [
        {
            "start": 828271502,
            "stop": 828271982
        },
        {
            "start": 828337768,
            "stop": 828338968
        },
        {
            "start": 828339123,
            "stop": 828340023
        },
        {
            "start": 828340435,
            "stop": 828342895
        },
        {
            "start": 828343098,
            "stop": 828343878
        },
        {
            "start": 828344116,
            "stop": 828344176
        },
        {
            "start": 828344206,
            "stop": 828344416
        },
        {
            "start": 828344582,
            "stop": 828344882
        },
        {
            "start": 828348862,
            "stop": 828349942
        },
        {
            "start": 828350098,
            "stop": 828350878
        },
        {
            "start": 828351054,
            "stop": 828351654
        },
        {
            "start": 828351814,
            "stop": 828352234
        },
        {
            "start": 828427412,
            "stop": 828427532
        },
        {
            "start": 828427782,
            "stop": 828428382
        },
        {
            "start": 828428545,
            "stop": 828429445
        },
        {
            "start": 828429749,
            "stop": 828430649
        },
        {
            "start": 828430806,
            "stop": 828430986
        },
        {
            "start": 828431927,
            "stop": 828432227
        },
        {
            "start": 828432475,
            "stop": 828432535
        },
        {
            "start": 828432714,
            "stop": 828432894
        }
    ]
}