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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=149",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 150,
    "results": [
        {
            "start": 1418943269,
            "stop": 1418943453
        },
        {
            "start": 1418943455,
            "stop": 1418943533
        },
        {
            "start": 1418943537,
            "stop": 1418943829
        },
        {
            "start": 1418943834,
            "stop": 1418943900
        },
        {
            "start": 1418947252,
            "stop": 1418947438
        },
        {
            "start": 1418947443,
            "stop": 1418947770
        },
        {
            "start": 1418947774,
            "stop": 1418948034
        },
        {
            "start": 1418948036,
            "stop": 1418948164
        },
        {
            "start": 1418948166,
            "stop": 1418948714
        },
        {
            "start": 1418948722,
            "stop": 1418948738
        },
        {
            "start": 1418948742,
            "stop": 1418948778
        },
        {
            "start": 1418948782,
            "stop": 1418948786
        },
        {
            "start": 1418948790,
            "stop": 1418948794
        },
        {
            "start": 1418948798,
            "stop": 1418949078
        },
        {
            "start": 1418949086,
            "stop": 1418949256
        },
        {
            "start": 1418949258,
            "stop": 1418949455
        },
        {
            "start": 1418949457,
            "stop": 1418949614
        },
        {
            "start": 1418949622,
            "stop": 1418951453
        },
        {
            "start": 1418951455,
            "stop": 1418951522
        },
        {
            "start": 1418951527,
            "stop": 1418951594
        }
    ]
}