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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=526",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 527,
    "results": [
        {
            "start": 827515740,
            "stop": 827516195
        },
        {
            "start": 827516952,
            "stop": 827517903
        },
        {
            "start": 827520581,
            "stop": 827526016
        },
        {
            "start": 827526025,
            "stop": 827528690
        },
        {
            "start": 827529571,
            "stop": 827536971
        },
        {
            "start": 827538185,
            "stop": 827571157
        },
        {
            "start": 827571159,
            "stop": 827588593
        },
        {
            "start": 827590058,
            "stop": 827591077
        },
        {
            "start": 827591080,
            "stop": 827592238
        },
        {
            "start": 827592240,
            "stop": 827596688
        },
        {
            "start": 827596691,
            "stop": 827597276
        },
        {
            "start": 827597277,
            "stop": 827597289
        },
        {
            "start": 827611575,
            "stop": 827616530
        },
        {
            "start": 827616531,
            "stop": 827617132
        },
        {
            "start": 827617133,
            "stop": 827617751
        },
        {
            "start": 827617752,
            "stop": 827618470
        },
        {
            "start": 827619540,
            "stop": 827619613
        },
        {
            "start": 827620930,
            "stop": 827681496
        },
        {
            "start": 827681498,
            "stop": 827686383
        },
        {
            "start": 827686384,
            "stop": 827687631
        }
    ]
}