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/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=226
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=225",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 226,
    "results": [
        {
            "start": 933151891,
            "stop": 933151895
        },
        {
            "start": 933151915,
            "stop": 933151950
        },
        {
            "start": 933151969,
            "stop": 933152036
        },
        {
            "start": 933152068,
            "stop": 933152149
        },
        {
            "start": 933152178,
            "stop": 933152185
        },
        {
            "start": 933152207,
            "stop": 933152344
        },
        {
            "start": 933152363,
            "stop": 933152403
        },
        {
            "start": 933152438,
            "stop": 933152452
        },
        {
            "start": 933152471,
            "stop": 933152558
        },
        {
            "start": 933152576,
            "stop": 933152770
        },
        {
            "start": 933152841,
            "stop": 933152843
        },
        {
            "start": 933152862,
            "stop": 933153048
        },
        {
            "start": 933153081,
            "stop": 933153085
        },
        {
            "start": 933153172,
            "stop": 933153173
        },
        {
            "start": 933153212,
            "stop": 933153228
        },
        {
            "start": 933153261,
            "stop": 933153381
        },
        {
            "start": 933153419,
            "stop": 933153421
        },
        {
            "start": 933153439,
            "stop": 933153651
        },
        {
            "start": 933153767,
            "stop": 933153768
        },
        {
            "start": 933153801,
            "stop": 933153803
        }
    ]
}