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=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=403",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 404,
    "results": [
        {
            "start": 837585970,
            "stop": 837586960
        },
        {
            "start": 837587314,
            "stop": 837587494
        },
        {
            "start": 837589143,
            "stop": 837595503
        },
        {
            "start": 837595653,
            "stop": 837600993
        },
        {
            "start": 837601023,
            "stop": 837601263
        },
        {
            "start": 837601433,
            "stop": 837607493
        },
        {
            "start": 837607656,
            "stop": 837608136
        },
        {
            "start": 837608288,
            "stop": 837609608
        },
        {
            "start": 837609772,
            "stop": 837612052
        },
        {
            "start": 837613559,
            "stop": 837616139
        },
        {
            "start": 837616352,
            "stop": 837616712
        },
        {
            "start": 837616876,
            "stop": 837616996
        },
        {
            "start": 837617143,
            "stop": 837617263
        },
        {
            "start": 837617400,
            "stop": 837618060
        },
        {
            "start": 837618206,
            "stop": 837619646
        },
        {
            "start": 837619796,
            "stop": 837620186
        },
        {
            "start": 837620327,
            "stop": 837622247
        },
        {
            "start": 837622600,
            "stop": 837623080
        },
        {
            "start": 837625302,
            "stop": 837626322
        },
        {
            "start": 837626466,
            "stop": 837627006
        }
    ]
}