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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=317",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 318,
    "results": [
        {
            "start": 821353107,
            "stop": 821353125
        },
        {
            "start": 821353131,
            "stop": 821353154
        },
        {
            "start": 821353157,
            "stop": 821353284
        },
        {
            "start": 821353287,
            "stop": 821353309
        },
        {
            "start": 821353312,
            "stop": 821353319
        },
        {
            "start": 821353322,
            "stop": 821353434
        },
        {
            "start": 821353437,
            "stop": 821353490
        },
        {
            "start": 821353493,
            "stop": 821353549
        },
        {
            "start": 821353552,
            "stop": 821353562
        },
        {
            "start": 821353565,
            "stop": 821353575
        },
        {
            "start": 821353578,
            "stop": 821353585
        },
        {
            "start": 821353588,
            "stop": 821353749
        },
        {
            "start": 821353752,
            "stop": 821353801
        },
        {
            "start": 821353805,
            "stop": 821353828
        },
        {
            "start": 821353831,
            "stop": 821353845
        },
        {
            "start": 821353848,
            "stop": 821353903
        },
        {
            "start": 821353908,
            "stop": 821353936
        },
        {
            "start": 821353939,
            "stop": 821354112
        },
        {
            "start": 821354115,
            "stop": 821354173
        },
        {
            "start": 821354176,
            "stop": 821354262
        }
    ]
}