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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=8",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 9,
    "results": [
        {
            "start": 1397617488,
            "stop": 1397617677
        },
        {
            "start": 1397617678,
            "stop": 1397618620
        },
        {
            "start": 1397618621,
            "stop": 1397618663
        },
        {
            "start": 1397618664,
            "stop": 1397619200
        },
        {
            "start": 1397619201,
            "stop": 1397619556
        },
        {
            "start": 1397619558,
            "stop": 1397620402
        },
        {
            "start": 1397620403,
            "stop": 1397621383
        },
        {
            "start": 1397621384,
            "stop": 1397621972
        },
        {
            "start": 1397621973,
            "stop": 1397621980
        },
        {
            "start": 1397621982,
            "stop": 1397623512
        },
        {
            "start": 1397623513,
            "stop": 1397623515
        },
        {
            "start": 1397623516,
            "stop": 1397623517
        },
        {
            "start": 1397623518,
            "stop": 1397623522
        },
        {
            "start": 1397623523,
            "stop": 1397623977
        },
        {
            "start": 1397623979,
            "stop": 1397623999
        },
        {
            "start": 1397624000,
            "stop": 1397624003
        },
        {
            "start": 1397624005,
            "stop": 1397625209
        },
        {
            "start": 1397625210,
            "stop": 1397626467
        },
        {
            "start": 1397626468,
            "stop": 1397627871
        },
        {
            "start": 1397627872,
            "stop": 1397628003
        }
    ]
}