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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33326",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33327,
    "results": [
        {
            "start": 971030236,
            "stop": 971030256
        },
        {
            "start": 971030259,
            "stop": 971030290
        },
        {
            "start": 971044771,
            "stop": 971044781
        },
        {
            "start": 971044782,
            "stop": 971044795
        },
        {
            "start": 971044796,
            "stop": 971044818
        },
        {
            "start": 971044819,
            "stop": 971044827
        },
        {
            "start": 971044828,
            "stop": 971044832
        },
        {
            "start": 971044833,
            "stop": 971044849
        },
        {
            "start": 971044850,
            "stop": 971044864
        },
        {
            "start": 971044865,
            "stop": 971044880
        },
        {
            "start": 971044883,
            "stop": 971044899
        },
        {
            "start": 971044900,
            "stop": 971044953
        },
        {
            "start": 971044954,
            "stop": 971045002
        },
        {
            "start": 971045010,
            "stop": 971045018
        },
        {
            "start": 971045021,
            "stop": 971045031
        },
        {
            "start": 971045032,
            "stop": 971045036
        },
        {
            "start": 971045038,
            "stop": 971045060
        },
        {
            "start": 971045063,
            "stop": 971045068
        },
        {
            "start": 971045069,
            "stop": 971045074
        },
        {
            "start": 971045077,
            "stop": 971045140
        }
    ]
}