Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4512
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4513",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4511",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4512,
    "results": [
        {
            "start": 968421596,
            "stop": 968421842
        },
        {
            "start": 968421845,
            "stop": 968423515
        },
        {
            "start": 968423518,
            "stop": 968423532
        },
        {
            "start": 968423535,
            "stop": 968423587
        },
        {
            "start": 968423590,
            "stop": 968423618
        },
        {
            "start": 968426364,
            "stop": 968426372
        },
        {
            "start": 968426453,
            "stop": 968427112
        },
        {
            "start": 968427115,
            "stop": 968427161
        },
        {
            "start": 968427164,
            "stop": 968427615
        },
        {
            "start": 968427618,
            "stop": 968427690
        },
        {
            "start": 968427693,
            "stop": 968427828
        },
        {
            "start": 968427831,
            "stop": 968427841
        },
        {
            "start": 968427844,
            "stop": 968428084
        },
        {
            "start": 968428087,
            "stop": 968428188
        },
        {
            "start": 968428192,
            "stop": 968428193
        },
        {
            "start": 968428196,
            "stop": 968428210
        },
        {
            "start": 968428214,
            "stop": 968428238
        },
        {
            "start": 968428243,
            "stop": 968428270
        },
        {
            "start": 968428273,
            "stop": 968428276
        },
        {
            "start": 968428281,
            "stop": 968428289
        }
    ]
}