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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=40",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 41,
    "results": [
        {
            "start": 821163431,
            "stop": 821163465
        },
        {
            "start": 821163468,
            "stop": 821163967
        },
        {
            "start": 821163970,
            "stop": 821164291
        },
        {
            "start": 821164294,
            "stop": 821164472
        },
        {
            "start": 821164475,
            "stop": 821164533
        },
        {
            "start": 821164536,
            "stop": 821164577
        },
        {
            "start": 821164580,
            "stop": 821164584
        },
        {
            "start": 821164587,
            "stop": 821164614
        },
        {
            "start": 821164617,
            "stop": 821164723
        },
        {
            "start": 821164726,
            "stop": 821164920
        },
        {
            "start": 821164923,
            "stop": 821164939
        },
        {
            "start": 821164942,
            "stop": 821165032
        },
        {
            "start": 821165037,
            "stop": 821165146
        },
        {
            "start": 821165149,
            "stop": 821165156
        },
        {
            "start": 821165159,
            "stop": 821165251
        },
        {
            "start": 821165254,
            "stop": 821165395
        },
        {
            "start": 821165398,
            "stop": 821165997
        },
        {
            "start": 821166000,
            "stop": 821166192
        },
        {
            "start": 821166195,
            "stop": 821166228
        },
        {
            "start": 821166231,
            "stop": 821166312
        }
    ]
}