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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4038",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4039,
    "results": [
        {
            "start": 875106316,
            "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
        },
        {
            "start": 875106920,
            "stop": 875107065
        },
        {
            "start": 875107068,
            "stop": 875107182
        },
        {
            "start": 875107185,
            "stop": 875107236
        },
        {
            "start": 875107239,
            "stop": 875107250
        },
        {
            "start": 875107253,
            "stop": 875107293
        }
    ]
}