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=15993
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=15994",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15992",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15993,
    "results": [
        {
            "start": 971501407,
            "stop": 971501466
        },
        {
            "start": 971501469,
            "stop": 971502100
        },
        {
            "start": 971502398,
            "stop": 971502518
        },
        {
            "start": 971502578,
            "stop": 971502858
        },
        {
            "start": 971502861,
            "stop": 971502991
        },
        {
            "start": 971502994,
            "stop": 971503208
        },
        {
            "start": 971503211,
            "stop": 971503255
        },
        {
            "start": 971503258,
            "stop": 971503260
        },
        {
            "start": 971503263,
            "stop": 971503325
        },
        {
            "start": 971503328,
            "stop": 971503962
        },
        {
            "start": 971503965,
            "stop": 971504068
        },
        {
            "start": 971504071,
            "stop": 971504515
        },
        {
            "start": 971504518,
            "stop": 971504781
        },
        {
            "start": 971504784,
            "stop": 971505288
        },
        {
            "start": 971505291,
            "stop": 971505566
        },
        {
            "start": 971505569,
            "stop": 971506144
        },
        {
            "start": 971506146,
            "stop": 971506322
        },
        {
            "start": 971506325,
            "stop": 971506760
        },
        {
            "start": 971506793,
            "stop": 971507729
        },
        {
            "start": 971507732,
            "stop": 971509813
        }
    ]
}