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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=320",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 321,
    "results": [
        {
            "start": 933922983,
            "stop": 933922989
        },
        {
            "start": 933922991,
            "stop": 933923013
        },
        {
            "start": 933923016,
            "stop": 933923030
        },
        {
            "start": 933923035,
            "stop": 933926580
        },
        {
            "start": 933926582,
            "stop": 933926607
        },
        {
            "start": 933926610,
            "stop": 933926613
        },
        {
            "start": 933926616,
            "stop": 933926630
        },
        {
            "start": 933926634,
            "stop": 933927220
        },
        {
            "start": 933928531,
            "stop": 933930131
        },
        {
            "start": 933930133,
            "stop": 933930153
        },
        {
            "start": 933930156,
            "stop": 933930160
        },
        {
            "start": 933930163,
            "stop": 933930164
        },
        {
            "start": 933930166,
            "stop": 933930180
        },
        {
            "start": 933930183,
            "stop": 933930188
        },
        {
            "start": 933930190,
            "stop": 933930213
        },
        {
            "start": 933930215,
            "stop": 933930229
        },
        {
            "start": 933930234,
            "stop": 933933732
        },
        {
            "start": 933933734,
            "stop": 933933754
        },
        {
            "start": 933933756,
            "stop": 933933761
        },
        {
            "start": 933933763,
            "stop": 933933781
        }
    ]
}