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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8871",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8872,
    "results": [
        {
            "start": 874924400,
            "stop": 874924413
        },
        {
            "start": 874924430,
            "stop": 874924713
        },
        {
            "start": 874924735,
            "stop": 874925374
        },
        {
            "start": 874925391,
            "stop": 874925666
        },
        {
            "start": 874925683,
            "stop": 874925888
        },
        {
            "start": 874925905,
            "stop": 874926069
        },
        {
            "start": 874926086,
            "stop": 874926243
        },
        {
            "start": 874926260,
            "stop": 874926261
        },
        {
            "start": 874926278,
            "stop": 874926368
        },
        {
            "start": 874926385,
            "stop": 874926718
        },
        {
            "start": 874926735,
            "stop": 874926843
        },
        {
            "start": 874926860,
            "stop": 874927191
        },
        {
            "start": 874927208,
            "stop": 874930023
        },
        {
            "start": 874930040,
            "stop": 874930733
        },
        {
            "start": 874930750,
            "stop": 874932256
        },
        {
            "start": 874932273,
            "stop": 874934143
        },
        {
            "start": 874934160,
            "stop": 874934400
        },
        {
            "start": 874934520,
            "stop": 874935116
        },
        {
            "start": 874936157,
            "stop": 874936824
        },
        {
            "start": 874936944,
            "stop": 874936970
        }
    ]
}