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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=180",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 181,
    "results": [
        {
            "start": 847484086,
            "stop": 847484897
        },
        {
            "start": 847486055,
            "stop": 847487473
        },
        {
            "start": 847487641,
            "stop": 847489251
        },
        {
            "start": 847490643,
            "stop": 847490646
        },
        {
            "start": 847490667,
            "stop": 847491214
        },
        {
            "start": 847491784,
            "stop": 847505286
        },
        {
            "start": 847506213,
            "stop": 847512265
        },
        {
            "start": 847512326,
            "stop": 847514880
        },
        {
            "start": 847515025,
            "stop": 847516377
        },
        {
            "start": 847517074,
            "stop": 847517586
        },
        {
            "start": 847520164,
            "stop": 847525413
        },
        {
            "start": 847526103,
            "stop": 847527266
        },
        {
            "start": 847527361,
            "stop": 847527429
        },
        {
            "start": 847527501,
            "stop": 847528545
        },
        {
            "start": 847528665,
            "stop": 847529879
        },
        {
            "start": 847529960,
            "stop": 847530713
        },
        {
            "start": 847530774,
            "stop": 847534464
        },
        {
            "start": 847535267,
            "stop": 847541400
        },
        {
            "start": 847542293,
            "stop": 847545266
        },
        {
            "start": 847546074,
            "stop": 847546309
        }
    ]
}