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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=143",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 144,
    "results": [
        {
            "start": 819911901,
            "stop": 819911902
        },
        {
            "start": 819911909,
            "stop": 819912410
        },
        {
            "start": 819912490,
            "stop": 819912900
        },
        {
            "start": 819913020,
            "stop": 819913130
        },
        {
            "start": 819913210,
            "stop": 819913500
        },
        {
            "start": 819913620,
            "stop": 819913628
        },
        {
            "start": 819913759,
            "stop": 819914432
        },
        {
            "start": 819914439,
            "stop": 819914472
        },
        {
            "start": 819914710,
            "stop": 819914940
        },
        {
            "start": 819915000,
            "stop": 819915060
        },
        {
            "start": 819915180,
            "stop": 819915240
        },
        {
            "start": 819915420,
            "stop": 819915540
        },
        {
            "start": 819915600,
            "stop": 819915720
        },
        {
            "start": 819915780,
            "stop": 819916010
        },
        {
            "start": 819916150,
            "stop": 819916213
        },
        {
            "start": 819916431,
            "stop": 819917223
        },
        {
            "start": 819917230,
            "stop": 819917400
        },
        {
            "start": 819917520,
            "stop": 819917700
        },
        {
            "start": 819917760,
            "stop": 819918420
        },
        {
            "start": 819918550,
            "stop": 819918720
        }
    ]
}