Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=240
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=239",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 240,
    "results": [
        {
            "start": 934499037,
            "stop": 934502557
        },
        {
            "start": 934502559,
            "stop": 934502566
        },
        {
            "start": 934502569,
            "stop": 934502584
        },
        {
            "start": 934502586,
            "stop": 934502609
        },
        {
            "start": 934502612,
            "stop": 934502615
        },
        {
            "start": 934502618,
            "stop": 934502625
        },
        {
            "start": 934502627,
            "stop": 934502632
        },
        {
            "start": 934502637,
            "stop": 934503537
        },
        {
            "start": 934505241,
            "stop": 934506153
        },
        {
            "start": 934506156,
            "stop": 934506167
        },
        {
            "start": 934506169,
            "stop": 934506191
        },
        {
            "start": 934506193,
            "stop": 934506211
        },
        {
            "start": 934506213,
            "stop": 934506217
        },
        {
            "start": 934506219,
            "stop": 934506225
        },
        {
            "start": 934506227,
            "stop": 934506233
        },
        {
            "start": 934506238,
            "stop": 934509757
        },
        {
            "start": 934509759,
            "stop": 934509784
        },
        {
            "start": 934509786,
            "stop": 934509790
        },
        {
            "start": 934509793,
            "stop": 934509816
        },
        {
            "start": 934509819,
            "stop": 934509833
        }
    ]
}