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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=70",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 71,
    "results": [
        {
            "start": 821354645,
            "stop": 821354806
        },
        {
            "start": 821354812,
            "stop": 821354842
        },
        {
            "start": 821354848,
            "stop": 821354906
        },
        {
            "start": 821354909,
            "stop": 821354954
        },
        {
            "start": 821354957,
            "stop": 821354958
        },
        {
            "start": 821354961,
            "stop": 821354972
        },
        {
            "start": 821354975,
            "stop": 821355020
        },
        {
            "start": 821355023,
            "stop": 821355081
        },
        {
            "start": 821355084,
            "stop": 821355784
        },
        {
            "start": 821355787,
            "stop": 821355794
        },
        {
            "start": 821355797,
            "stop": 821355801
        },
        {
            "start": 821355804,
            "stop": 821355868
        },
        {
            "start": 821355871,
            "stop": 821356029
        },
        {
            "start": 821356032,
            "stop": 821356103
        },
        {
            "start": 821356106,
            "stop": 821356133
        },
        {
            "start": 821356136,
            "stop": 821356330
        },
        {
            "start": 821356333,
            "stop": 821356934
        },
        {
            "start": 821356937,
            "stop": 821362816
        },
        {
            "start": 821365735,
            "stop": 821365781
        },
        {
            "start": 821365784,
            "stop": 821365804
        }
    ]
}