Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5029
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5028",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5029,
    "results": [
        {
            "start": 874565171,
            "stop": 874565221
        },
        {
            "start": 874565228,
            "stop": 874565299
        },
        {
            "start": 874565306,
            "stop": 874565310
        },
        {
            "start": 874565321,
            "stop": 874565342
        },
        {
            "start": 874565360,
            "stop": 874565458
        },
        {
            "start": 874565465,
            "stop": 874565507
        },
        {
            "start": 874565519,
            "stop": 874565554
        },
        {
            "start": 874565561,
            "stop": 874565573
        },
        {
            "start": 874565580,
            "stop": 874565585
        },
        {
            "start": 874565593,
            "stop": 874565725
        },
        {
            "start": 874565732,
            "stop": 874565787
        },
        {
            "start": 874565794,
            "stop": 874565842
        },
        {
            "start": 874565849,
            "stop": 874565933
        },
        {
            "start": 874565940,
            "stop": 874565970
        },
        {
            "start": 874565979,
            "stop": 874566017
        },
        {
            "start": 874566033,
            "stop": 874566079
        },
        {
            "start": 874566086,
            "stop": 874566251
        },
        {
            "start": 874566265,
            "stop": 874566348
        },
        {
            "start": 874566355,
            "stop": 874566380
        },
        {
            "start": 874566387,
            "stop": 874566396
        }
    ]
}