Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41104
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41103",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41104,
    "results": [
        {
            "start": 875229126,
            "stop": 875229185
        },
        {
            "start": 875229186,
            "stop": 875229210
        },
        {
            "start": 875229214,
            "stop": 875229226
        },
        {
            "start": 875229227,
            "stop": 875229258
        },
        {
            "start": 875229260,
            "stop": 875229261
        },
        {
            "start": 875229262,
            "stop": 875229289
        },
        {
            "start": 875229290,
            "stop": 875229304
        },
        {
            "start": 875229306,
            "stop": 875229322
        },
        {
            "start": 875229323,
            "stop": 875229359
        },
        {
            "start": 875229361,
            "stop": 875229362
        },
        {
            "start": 875229363,
            "stop": 875229374
        },
        {
            "start": 875229375,
            "stop": 875229445
        },
        {
            "start": 875229446,
            "stop": 875229465
        },
        {
            "start": 875229467,
            "stop": 875229469
        },
        {
            "start": 875229472,
            "stop": 875229536
        },
        {
            "start": 875229537,
            "stop": 875229547
        },
        {
            "start": 875229548,
            "stop": 875229553
        },
        {
            "start": 875229555,
            "stop": 875229561
        },
        {
            "start": 875229562,
            "stop": 875229620
        },
        {
            "start": 875229621,
            "stop": 875229629
        }
    ]
}