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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=460",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 461,
    "results": [
        {
            "start": 873028384,
            "stop": 873039706
        },
        {
            "start": 873040396,
            "stop": 873052359
        },
        {
            "start": 873059096,
            "stop": 873060183
        },
        {
            "start": 873061768,
            "stop": 873081638
        },
        {
            "start": 873082880,
            "stop": 873103465
        },
        {
            "start": 873106656,
            "stop": 873119773
        },
        {
            "start": 873120692,
            "stop": 873137053
        },
        {
            "start": 873139153,
            "stop": 873141093
        },
        {
            "start": 873142125,
            "stop": 873145479
        },
        {
            "start": 873146432,
            "stop": 873147547
        },
        {
            "start": 873151342,
            "stop": 873154650
        },
        {
            "start": 873154911,
            "stop": 873179420
        },
        {
            "start": 873180369,
            "stop": 873222837
        },
        {
            "start": 873224265,
            "stop": 873227462
        },
        {
            "start": 873227574,
            "stop": 873235506
        },
        {
            "start": 873235610,
            "stop": 873236136
        },
        {
            "start": 873236295,
            "stop": 873236317
        },
        {
            "start": 873236598,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873424726
        },
        {
            "start": 873430963,
            "stop": 873482082
        }
    ]
}