Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7170
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7169",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7170,
    "results": [
        {
            "start": 875105357,
            "stop": 875105409
        },
        {
            "start": 875105412,
            "stop": 875105947
        },
        {
            "start": 875105950,
            "stop": 875106057
        },
        {
            "start": 875106059,
            "stop": 875106309
        },
        {
            "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
        }
    ]
}