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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=162",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 163,
    "results": [
        {
            "start": 823943052,
            "stop": 823943172
        },
        {
            "start": 823944011,
            "stop": 823944071
        },
        {
            "start": 823946328,
            "stop": 823946448
        },
        {
            "start": 823947002,
            "stop": 823947122
        },
        {
            "start": 823949721,
            "stop": 823949901
        },
        {
            "start": 823952011,
            "stop": 823952071
        },
        {
            "start": 823952356,
            "stop": 823952506
        },
        {
            "start": 823954185,
            "stop": 823954245
        },
        {
            "start": 823954925,
            "stop": 823954985
        },
        {
            "start": 823956252,
            "stop": 823956312
        },
        {
            "start": 824119157,
            "stop": 824119217
        },
        {
            "start": 824120817,
            "stop": 824120877
        },
        {
            "start": 824121653,
            "stop": 824121773
        },
        {
            "start": 824122189,
            "stop": 824122249
        },
        {
            "start": 824122582,
            "stop": 824122642
        },
        {
            "start": 824122819,
            "stop": 824123179
        },
        {
            "start": 824123973,
            "stop": 824124093
        },
        {
            "start": 824124629,
            "stop": 824124689
        },
        {
            "start": 824125618,
            "stop": 824125798
        },
        {
            "start": 824126808,
            "stop": 824126928
        }
    ]
}