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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46718",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46719,
    "results": [
        {
            "start": 875061145,
            "stop": 875061158
        },
        {
            "start": 875061159,
            "stop": 875061169
        },
        {
            "start": 875061170,
            "stop": 875061174
        },
        {
            "start": 875061175,
            "stop": 875061198
        },
        {
            "start": 875061199,
            "stop": 875061202
        },
        {
            "start": 875061203,
            "stop": 875061204
        },
        {
            "start": 875061205,
            "stop": 875061207
        },
        {
            "start": 875061208,
            "stop": 875061223
        },
        {
            "start": 875061224,
            "stop": 875061247
        },
        {
            "start": 875061248,
            "stop": 875061266
        },
        {
            "start": 875061267,
            "stop": 875061268
        },
        {
            "start": 875061269,
            "stop": 875061303
        },
        {
            "start": 875061304,
            "stop": 875061330
        },
        {
            "start": 875061331,
            "stop": 875061336
        },
        {
            "start": 875061337,
            "stop": 875061354
        },
        {
            "start": 875061355,
            "stop": 875061374
        },
        {
            "start": 875061375,
            "stop": 875061422
        },
        {
            "start": 875061424,
            "stop": 875061436
        },
        {
            "start": 875061437,
            "stop": 875061457
        },
        {
            "start": 875061459,
            "stop": 875061473
        }
    ]
}