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=5051
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=5052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5050",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5051,
    "results": [
        {
            "start": 874601321,
            "stop": 874601348
        },
        {
            "start": 874601355,
            "stop": 874601376
        },
        {
            "start": 874601383,
            "stop": 874601384
        },
        {
            "start": 874601392,
            "stop": 874601460
        },
        {
            "start": 874601467,
            "stop": 874601490
        },
        {
            "start": 874601497,
            "stop": 874601498
        },
        {
            "start": 874601505,
            "stop": 874601540
        },
        {
            "start": 874601547,
            "stop": 874601717
        },
        {
            "start": 874601724,
            "stop": 874601773
        },
        {
            "start": 874601780,
            "stop": 874601812
        },
        {
            "start": 874601819,
            "stop": 874601830
        },
        {
            "start": 874601843,
            "stop": 874601854
        },
        {
            "start": 874601861,
            "stop": 874601893
        },
        {
            "start": 874601901,
            "stop": 874601943
        },
        {
            "start": 874601950,
            "stop": 874601968
        },
        {
            "start": 874601975,
            "stop": 874601981
        },
        {
            "start": 874601988,
            "stop": 874601991
        },
        {
            "start": 874601998,
            "stop": 874602009
        },
        {
            "start": 874602016,
            "stop": 874602027
        },
        {
            "start": 874602034,
            "stop": 874602044
        }
    ]
}