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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=524",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 525,
    "results": [
        {
            "start": 869832460,
            "stop": 869844672
        },
        {
            "start": 869844678,
            "stop": 869845061
        },
        {
            "start": 869845064,
            "stop": 869845070
        },
        {
            "start": 869845075,
            "stop": 869845079
        },
        {
            "start": 869845085,
            "stop": 869846950
        },
        {
            "start": 869846955,
            "stop": 869848435
        },
        {
            "start": 869848440,
            "stop": 869848452
        },
        {
            "start": 869848460,
            "stop": 869848470
        },
        {
            "start": 869848475,
            "stop": 869848485
        },
        {
            "start": 869848490,
            "stop": 869852100
        },
        {
            "start": 869852105,
            "stop": 869852175
        },
        {
            "start": 869852180,
            "stop": 869852182
        },
        {
            "start": 869852188,
            "stop": 869853741
        },
        {
            "start": 869853744,
            "stop": 869853757
        },
        {
            "start": 869853762,
            "stop": 869857920
        },
        {
            "start": 869860284,
            "stop": 869860585
        },
        {
            "start": 869860590,
            "stop": 869860602
        },
        {
            "start": 869860608,
            "stop": 869862105
        },
        {
            "start": 869862112,
            "stop": 869862175
        },
        {
            "start": 869862180,
            "stop": 869863127
        }
    ]
}