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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15704",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15702",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15703,
    "results": [
        {
            "start": 971162984,
            "stop": 971162991
        },
        {
            "start": 971162994,
            "stop": 971162995
        },
        {
            "start": 971162996,
            "stop": 971162999
        },
        {
            "start": 971163001,
            "stop": 971163002
        },
        {
            "start": 971163003,
            "stop": 971163005
        },
        {
            "start": 971163006,
            "stop": 971163007
        },
        {
            "start": 971163009,
            "stop": 971163010
        },
        {
            "start": 971163011,
            "stop": 971163013
        },
        {
            "start": 971163014,
            "stop": 971163016
        },
        {
            "start": 971163017,
            "stop": 971163022
        },
        {
            "start": 971163023,
            "stop": 971163024
        },
        {
            "start": 971163027,
            "stop": 971163029
        },
        {
            "start": 971163031,
            "stop": 971163032
        },
        {
            "start": 971163034,
            "stop": 971163037
        },
        {
            "start": 971163042,
            "stop": 971163044
        },
        {
            "start": 971163049,
            "stop": 971163052
        },
        {
            "start": 971163053,
            "stop": 971163054
        },
        {
            "start": 971163055,
            "stop": 971163056
        },
        {
            "start": 971163061,
            "stop": 971163063
        },
        {
            "start": 971163064,
            "stop": 971163067
        }
    ]
}