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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6284",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6285,
    "results": [
        {
            "start": 875105900,
            "stop": 875105947
        },
        {
            "start": 875105950,
            "stop": 875106057
        },
        {
            "start": 875106059,
            "stop": 875106069
        },
        {
            "start": 875106070,
            "stop": 875106309
        },
        {
            "start": 875106316,
            "stop": 875106318
        },
        {
            "start": 875106319,
            "stop": 875106427
        },
        {
            "start": 875106432,
            "stop": 875106442
        },
        {
            "start": 875106445,
            "stop": 875106456
        },
        {
            "start": 875106461,
            "stop": 875106497
        },
        {
            "start": 875106500,
            "stop": 875106538
        },
        {
            "start": 875106543,
            "stop": 875106560
        },
        {
            "start": 875106563,
            "stop": 875106597
        },
        {
            "start": 875106605,
            "stop": 875106628
        },
        {
            "start": 875106631,
            "stop": 875106679
        },
        {
            "start": 875106682,
            "stop": 875106683
        },
        {
            "start": 875106686,
            "stop": 875106732
        },
        {
            "start": 875106735,
            "stop": 875106791
        },
        {
            "start": 875106794,
            "stop": 875106854
        },
        {
            "start": 875106857,
            "stop": 875106885
        },
        {
            "start": 875106891,
            "stop": 875106917
        }
    ]
}