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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33352",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33353,
    "results": [
        {
            "start": 971503751,
            "stop": 971503796
        },
        {
            "start": 971503799,
            "stop": 971503801
        },
        {
            "start": 971503804,
            "stop": 971503805
        },
        {
            "start": 971503808,
            "stop": 971503868
        },
        {
            "start": 971503872,
            "stop": 971503909
        },
        {
            "start": 971503915,
            "stop": 971503925
        },
        {
            "start": 971503928,
            "stop": 971503944
        },
        {
            "start": 971503947,
            "stop": 971503989
        },
        {
            "start": 971503992,
            "stop": 971504019
        },
        {
            "start": 971504022,
            "stop": 971504032
        },
        {
            "start": 971504038,
            "stop": 971504086
        },
        {
            "start": 971504089,
            "stop": 971504131
        },
        {
            "start": 971504134,
            "stop": 971504187
        },
        {
            "start": 971504190,
            "stop": 971504295
        },
        {
            "start": 971504298,
            "stop": 971504330
        },
        {
            "start": 971504333,
            "stop": 971504338
        },
        {
            "start": 971504341,
            "stop": 971504360
        },
        {
            "start": 971504366,
            "stop": 971504449
        },
        {
            "start": 971504455,
            "stop": 971504475
        },
        {
            "start": 971504478,
            "stop": 971504498
        }
    ]
}