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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=112",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 113,
    "results": [
        {
            "start": 819212082,
            "stop": 819212659
        },
        {
            "start": 819212666,
            "stop": 819213313
        },
        {
            "start": 819213320,
            "stop": 819213321
        },
        {
            "start": 819213328,
            "stop": 819214187
        },
        {
            "start": 819214194,
            "stop": 819214226
        },
        {
            "start": 819214233,
            "stop": 819214320
        },
        {
            "start": 819214380,
            "stop": 819214440
        },
        {
            "start": 819214560,
            "stop": 819214680
        },
        {
            "start": 819214740,
            "stop": 819214821
        },
        {
            "start": 819214828,
            "stop": 819214885
        },
        {
            "start": 819214893,
            "stop": 819214920
        },
        {
            "start": 819215040,
            "stop": 819215100
        },
        {
            "start": 819215160,
            "stop": 819215185
        },
        {
            "start": 819215192,
            "stop": 819215250
        },
        {
            "start": 819215257,
            "stop": 819215340
        },
        {
            "start": 819215460,
            "stop": 819215520
        },
        {
            "start": 819215580,
            "stop": 819216073
        },
        {
            "start": 819217966,
            "stop": 819218371
        },
        {
            "start": 819218379,
            "stop": 819218593
        },
        {
            "start": 819218919,
            "stop": 819219420
        }
    ]
}