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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=193",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 194,
    "results": [
        {
            "start": 933049839,
            "stop": 933049857
        },
        {
            "start": 933049858,
            "stop": 933050122
        },
        {
            "start": 933050148,
            "stop": 933050183
        },
        {
            "start": 933050188,
            "stop": 933050193
        },
        {
            "start": 933050213,
            "stop": 933050284
        },
        {
            "start": 933050305,
            "stop": 933050386
        },
        {
            "start": 933050517,
            "stop": 933050546
        },
        {
            "start": 933050603,
            "stop": 933050625
        },
        {
            "start": 933050644,
            "stop": 933050653
        },
        {
            "start": 933050672,
            "stop": 933050699
        },
        {
            "start": 933050721,
            "stop": 933050722
        },
        {
            "start": 933050758,
            "stop": 933050766
        },
        {
            "start": 933050784,
            "stop": 933050819
        },
        {
            "start": 933050858,
            "stop": 933050889
        },
        {
            "start": 933050908,
            "stop": 933050941
        },
        {
            "start": 933051136,
            "stop": 933051137
        },
        {
            "start": 933051183,
            "stop": 933051190
        },
        {
            "start": 933051209,
            "stop": 933051300
        },
        {
            "start": 933051305,
            "stop": 933051441
        },
        {
            "start": 933051465,
            "stop": 933051466
        }
    ]
}