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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=120",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 121,
    "results": [
        {
            "start": 847348466,
            "stop": 847361044
        },
        {
            "start": 847361260,
            "stop": 847384685
        },
        {
            "start": 847394872,
            "stop": 847402670
        },
        {
            "start": 847404803,
            "stop": 847417126
        },
        {
            "start": 847425651,
            "stop": 847433265
        },
        {
            "start": 847473286,
            "stop": 847474385
        },
        {
            "start": 847474993,
            "stop": 847483377
        },
        {
            "start": 847483470,
            "stop": 847492902
        },
        {
            "start": 847492946,
            "stop": 847554965
        },
        {
            "start": 847602603,
            "stop": 847604965
        },
        {
            "start": 847605956,
            "stop": 847625066
        },
        {
            "start": 847640899,
            "stop": 847661553
        },
        {
            "start": 847702309,
            "stop": 847717970
        },
        {
            "start": 847718009,
            "stop": 847718010
        },
        {
            "start": 847718045,
            "stop": 847732803
        },
        {
            "start": 847736448,
            "stop": 847736945
        },
        {
            "start": 847737165,
            "stop": 847737304
        },
        {
            "start": 847737421,
            "stop": 847737477
        },
        {
            "start": 847737568,
            "stop": 847738185
        },
        {
            "start": 847738256,
            "stop": 847738631
        }
    ]
}