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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=265",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 266,
    "results": [
        {
            "start": 931780236,
            "stop": 931780247
        },
        {
            "start": 931780249,
            "stop": 931780300
        },
        {
            "start": 931780302,
            "stop": 931780398
        },
        {
            "start": 931780400,
            "stop": 931780422
        },
        {
            "start": 931780424,
            "stop": 931780450
        },
        {
            "start": 931780452,
            "stop": 931780639
        },
        {
            "start": 931780641,
            "stop": 931780657
        },
        {
            "start": 931780660,
            "stop": 931780664
        },
        {
            "start": 931780666,
            "stop": 931780678
        },
        {
            "start": 931780680,
            "stop": 931780687
        },
        {
            "start": 931780690,
            "stop": 931780706
        },
        {
            "start": 931780708,
            "stop": 931780779
        },
        {
            "start": 931780781,
            "stop": 931780782
        },
        {
            "start": 931780783,
            "stop": 931780868
        },
        {
            "start": 931780870,
            "stop": 931780894
        },
        {
            "start": 931780896,
            "stop": 931780899
        },
        {
            "start": 931780901,
            "stop": 931780925
        },
        {
            "start": 931780927,
            "stop": 931781059
        },
        {
            "start": 931781061,
            "stop": 931781069
        },
        {
            "start": 931781071,
            "stop": 931781110
        }
    ]
}