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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7300",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7301,
    "results": [
        {
            "start": 875105440,
            "stop": 875105482
        },
        {
            "start": 875105483,
            "stop": 875105486
        },
        {
            "start": 875105487,
            "stop": 875105490
        },
        {
            "start": 875105491,
            "stop": 875105494
        },
        {
            "start": 875105495,
            "stop": 875105508
        },
        {
            "start": 875105509,
            "stop": 875105664
        },
        {
            "start": 875105665,
            "stop": 875106173
        },
        {
            "start": 875106175,
            "stop": 875106313
        },
        {
            "start": 875106314,
            "stop": 875106324
        },
        {
            "start": 875106326,
            "stop": 875106328
        },
        {
            "start": 875106329,
            "stop": 875106330
        },
        {
            "start": 875106332,
            "stop": 875106335
        },
        {
            "start": 875106337,
            "stop": 875106338
        },
        {
            "start": 875106340,
            "stop": 875106345
        },
        {
            "start": 875106347,
            "stop": 875106351
        },
        {
            "start": 875106353,
            "stop": 875106381
        },
        {
            "start": 875106383,
            "stop": 875106592
        },
        {
            "start": 875106594,
            "stop": 875106981
        },
        {
            "start": 875106982,
            "stop": 875107759
        },
        {
            "start": 875107760,
            "stop": 875107767
        }
    ]
}