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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=317",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 318,
    "results": [
        {
            "start": 933872633,
            "stop": 933876152
        },
        {
            "start": 933876157,
            "stop": 933876181
        },
        {
            "start": 933876183,
            "stop": 933876214
        },
        {
            "start": 933876216,
            "stop": 933876230
        },
        {
            "start": 933876235,
            "stop": 933876856
        },
        {
            "start": 933880194,
            "stop": 933882499
        },
        {
            "start": 933883904,
            "stop": 933885593
        },
        {
            "start": 933885595,
            "stop": 933886585
        },
        {
            "start": 933886588,
            "stop": 933886954
        },
        {
            "start": 933886956,
            "stop": 933886964
        },
        {
            "start": 933886966,
            "stop": 933886980
        },
        {
            "start": 933886982,
            "stop": 933887005
        },
        {
            "start": 933887008,
            "stop": 933887011
        },
        {
            "start": 933887014,
            "stop": 933887028
        },
        {
            "start": 933887033,
            "stop": 933890554
        },
        {
            "start": 933890557,
            "stop": 933890579
        },
        {
            "start": 933890582,
            "stop": 933890606
        },
        {
            "start": 933890608,
            "stop": 933890612
        },
        {
            "start": 933890614,
            "stop": 933890629
        },
        {
            "start": 933890633,
            "stop": 933894164
        }
    ]
}