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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=304",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 305,
    "results": [
        {
            "start": 931770585,
            "stop": 931770586
        },
        {
            "start": 931770590,
            "stop": 931770599
        },
        {
            "start": 931770604,
            "stop": 931770613
        },
        {
            "start": 931770615,
            "stop": 931770616
        },
        {
            "start": 931770619,
            "stop": 931770621
        },
        {
            "start": 931770624,
            "stop": 931770628
        },
        {
            "start": 931770630,
            "stop": 931770644
        },
        {
            "start": 931770647,
            "stop": 931770653
        },
        {
            "start": 931770656,
            "stop": 931770666
        },
        {
            "start": 931770669,
            "stop": 931770675
        },
        {
            "start": 931770678,
            "stop": 931770705
        },
        {
            "start": 931770708,
            "stop": 931770733
        },
        {
            "start": 931770736,
            "stop": 931770756
        },
        {
            "start": 931770762,
            "stop": 931770765
        },
        {
            "start": 931770768,
            "stop": 931770776
        },
        {
            "start": 931770779,
            "stop": 931770794
        },
        {
            "start": 931770799,
            "stop": 931770802
        },
        {
            "start": 931770805,
            "stop": 931770819
        },
        {
            "start": 931770822,
            "stop": 931770829
        },
        {
            "start": 931770832,
            "stop": 931770836
        }
    ]
}