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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7227",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7228,
    "results": [
        {
            "start": 874754146,
            "stop": 874755383
        },
        {
            "start": 874755384,
            "stop": 874755933
        },
        {
            "start": 874755934,
            "stop": 874756141
        },
        {
            "start": 874756142,
            "stop": 874756213
        },
        {
            "start": 874756214,
            "stop": 874756388
        },
        {
            "start": 874756390,
            "stop": 874756544
        },
        {
            "start": 874756546,
            "stop": 874757240
        },
        {
            "start": 874757241,
            "stop": 874758163
        },
        {
            "start": 874758165,
            "stop": 874758254
        },
        {
            "start": 874758255,
            "stop": 874758435
        },
        {
            "start": 874758436,
            "stop": 874758468
        },
        {
            "start": 874758469,
            "stop": 874758550
        },
        {
            "start": 874758552,
            "stop": 874758672
        },
        {
            "start": 874758673,
            "stop": 874759096
        },
        {
            "start": 874759097,
            "stop": 874759780
        },
        {
            "start": 874759782,
            "stop": 874760318
        },
        {
            "start": 874760320,
            "stop": 874760347
        },
        {
            "start": 874760348,
            "stop": 874760717
        },
        {
            "start": 874760718,
            "stop": 874760903
        },
        {
            "start": 874760904,
            "stop": 874762501
        }
    ]
}